projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d5eecef
)
(flyspell-persistent-highlight): Doc fix.
author
Richard M. Stallman
<rms@gnu.org>
Sat, 8 Aug 1998 06:17:03 +0000
(06:17 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sat, 8 Aug 1998 06:17:03 +0000
(06:17 +0000)
lisp/textmodes/flyspell.el
patch
|
blob
|
history
diff --git
a/lisp/textmodes/flyspell.el
b/lisp/textmodes/flyspell.el
index da6b98dff6b4902f8c5ca28f78b2501041e1eb4f..c6e875b8332d468face8402bcf631a9cfcc76af7 100644
(file)
--- a/
lisp/textmodes/flyspell.el
+++ b/
lisp/textmodes/flyspell.el
@@
-92,7
+92,9
@@
Non-nil means use highlight, nil means use minibuffer messages."
:type 'number)
(defcustom flyspell-persistent-highlight t
- "*Non-nil means that hilighted words are not removed until the word are corrected."
+ "*Non-nil means misspelled words remain highlighted until corrected.
+If this variable is nil, only the most recently detected misspelled word
+is highlighted."
:group 'flyspell
:type 'boolean)